Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating Conversation Quickstart for Go #1128

Open
wants to merge 11 commits into
base: release-1.15
Choose a base branch
from

Conversation

rochabr
Copy link
Contributor

@rochabr rochabr commented Jan 14, 2025

Description

Conversation building block SDK and HTTP quickstart samples.

Signed-off-by: Fernando Rocha <[email protected]>
@rochabr rochabr requested review from a team as code owners January 14, 2025 18:41
@rochabr rochabr changed the title Creating Conversation folder Creating Conversation Quickstart for Go Jan 21, 2025
Copy link
Member

@mikeee mikeee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, just a few nits

I think there are changes to non-conversation-related quickstarts/docs, I would remove those from this PR to avoid confusion

match_order: none
background: false
sleep: 5
timeout_seconds: 120
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a nit- has this been validated with a much shorter timeout? Our workflows take far too long with waits at the moment and I can't imagine the execution time being very long

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these timings be reduced?

conversation/go/http/README.md Outdated Show resolved Hide resolved
conversation/go/http/conversation/conversation.go Outdated Show resolved Hide resolved
conversation/go/http/conversation/go.mod Outdated Show resolved Hide resolved
conversation/go/sdk/README.md Outdated Show resolved Hide resolved
conversation/go/sdk/components/conversation.yaml Outdated Show resolved Hide resolved
conversation/go/sdk/conversation/go.mod Outdated Show resolved Hide resolved
conversation/go/sdk/conversation/go.mod Outdated Show resolved Hide resolved
conversation/go/sdk/go.mod Outdated Show resolved Hide resolved
rochabr and others added 7 commits January 21, 2025 10:13
Co-authored-by: Mike Nguyen <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
Co-authored-by: Mike Nguyen <[email protected]>
Signed-off-by: Fernando Rocha <[email protected]>
apps:
- appDirPath: ./conversation/
appID: conversation
appPort: 3500
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unused

Suggested change
appPort: 3500

apps:
- appDirPath: ./conversation/
appID: conversation
appPort: 3500
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

Suggested change
appPort: 3500

- appDirPath: ./conversation/
appID: conversation
appPort: 3500
daprHTTPPort: 3501
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
daprHTTPPort: 3501

Unused - unless a grpc port is preferable?

match_order: none
background: false
sleep: 5
timeout_seconds: 120
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these timings be reduced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants